From ec981fd237a50dfc547d8c162b22f4e1a691c9fc Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Wed, 6 Dec 2023 21:07:51 -0500 Subject: Improve responsiveness --- src/app/groups/[groupId]/reimbursement-list.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'src/app/groups/[groupId]/reimbursement-list.tsx') diff --git a/src/app/groups/[groupId]/reimbursement-list.tsx b/src/app/groups/[groupId]/reimbursement-list.tsx index 3fc94bc..e8400ca 100644 --- a/src/app/groups/[groupId]/reimbursement-list.tsx +++ b/src/app/groups/[groupId]/reimbursement-list.tsx @@ -20,11 +20,13 @@ export function ReimbursementList({ return (
{reimbursements.map((reimbursement, index) => ( -
-
- {getParticipant(reimbursement.from)?.name} owes{' '} - {getParticipant(reimbursement.to)?.name} -